home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk7 / lib9110b.lzh / Copyright_Notices < prev   
Text File  |  1991-10-04  |  3KB  |  64 lines

  1. -------------------------------------------------------------
  2. -- Portions of this work are derived from the PDC Library: --
  3. -------------------------------------------------------------
  4.  
  5. /*
  6.  * Libraries and headers for PDC release 3.3 (C) 1989 Lionel Hummel.
  7.  * PDC Software Distribution (C) 1989 Lionel Hummel and Paul Petersen.
  8.  * PDC I/O Library (C) 1987 by J.A. Lydiatt.
  9.  *
  10.  * This code is freely redistributable upon the conditions that this
  11.  * notice remains intact and that modified versions of this file not
  12.  * be included as part of the PDC Software Distribution without the
  13.  * express consent of the copyright holders.  No warrantee of any
  14.  * kind is provided with this code.  For further information, contact:
  15.  *
  16.  *  PDC Software Distribution    Internet:                     BIX:
  17.  *  P.O. Box 4006             or hummel@cs.uiuc.edu            lhummel
  18.  *  Urbana, IL  61801-8801       petersen@uicsrd.csrd.uiuc.edu
  19.  */
  20.  
  21. ---------------------------------------------------------------
  22. -- Portions of this work are derived from the GNU C Library: --
  23. ---------------------------------------------------------------
  24.  
  25. /* Copyright (C) 1988 Free Software Foundation, Inc.
  26. This file is part of the GNU C Library.
  27.  
  28. The GNU C Library is distributed in the hope that it will be useful, but
  29. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility for
  30. the consequences of using it or for whether it serves any particular
  31. purpose or works at all, unless he says so in writing.  Refer to the GNU
  32. C Library General Public License (in the file COPYING) for full details.
  33.  
  34. Everyone is granted permission to copy, modify and redistribute
  35. the GNU C Library, but only under the conditions described in the
  36. GNU C Library General Public License.  Among other things, this notice
  37. must not be changed and a copy of the license must be included.  */
  38.  
  39. ----------------------------------------------------------------------
  40. -- Portions of this work are derived from Fred Fish's Math library: --
  41. ----------------------------------------------------------------------
  42.  
  43. /************************************************************************
  44.  *                                                                      *
  45.  *                              N O T I C E                             *
  46.  *                                                                      *
  47.  *                      Copyright Abandoned, 1987, Fred Fish            *
  48.  *                                                                      *
  49.  *      This previously copyrighted work has been placed into the       *
  50.  *      public domain by the author (Fred Fish) and may be freely used  *
  51.  *      for any purpose, private or commercial.  I would appreciate     *
  52.  *      it, as a courtesy, if this notice is left in all copies and     *
  53.  *      derivative works.  Thank you, and enjoy...                      *
  54.  *                                                                      *
  55.  *      The author makes no warranty of any kind with respect to this   *
  56.  *      product and explicitly disclaims any implied warranties of      *
  57.  *      merchantability or fitness for any particular purpose.          *
  58.  *                                                                      *
  59.  ************************************************************************
  60.  */
  61.  
  62. ----------------------------------------------------
  63. -- The GNU Public License is in the file COPYING. --
  64. ----------------------------------------------------